cURL
curl --request GET \ --url https://{client_id}.shipstream.app/api/global/v1/inventory/warehouses/{id}
{ "resource": { "type": "Warehouse", "id": 3, "name": "East Coast 1", "is_active": true } }
Returns a single Warehouse object specified by its id path parameter.
Warehouse
id
The id of the Warehouse.
x >= 1
OK
The response is of type object.
object